/*MEDIA Query*/
@media only screen and (max-width: 480px) {


#menu1 a {padding-right:12px;}


#slogan {
	font-size: 14px;
	color: #069;
	padding-left: 24px;
	}
#hideBar {
	display: block;
	padding-left: 8px;
}
#menu2 {
	background-color: #069;
	background-size:100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	background-repeat: no-repeat;
	background-position: 0px 38px;
	height: auto;
	padding-bottom: 38px;
}
#menu2 ul li a{

}


#menu2 ul li ul{
	height: 0px;
	overflow: hidden;
	-webkit-transition: height 0.3s ease-in;
    -moz-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    -ms-transition: height 0.3s ease-in;
	transition: height 0.3s;
}


#menu2 ul li:hover ul{
	height: 240px;
	
}


	
#banner {
	display: block;
}

#buzz{
	font-size:16px;
	color: #069;
}


#homePictures a{
	font-size:75%;
}
	
	.idPicture {
	width: 150px;
}
div.homeHigh {
	font-size: 18px;
	line-height:36px;
}

.homeHiSVG {width:36px; height:36px;}

h6{font-size:13px;}

}

@media only screen and (max-width: 400px) {

text.lightUpHome, text.lightUpAbout, text.lightUpTips, text.lightUpLinks{ font-size: 12px; 
}	
#menu1 a {padding-right:2px;}

#buzz{
	font-size:12px;
	color: #069;
}
#homePictures a{font-size:60%;}
.idPicture {
	width: 120px;
}
div.homeHigh {
	font-size: 16px;
}
h1{font-size:110%;}
h2{font-size:14px;}
h6{font-size:12px;}

}
